projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
726b758
)
* src/fileio.c (Fexpand_file_name): Omit unnecessary assignment.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 29 Aug 2020 05:35:54 +0000
(22:35 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 29 Aug 2020 05:36:55 +0000
(22:36 -0700)
src/fileio.c
patch
|
blob
|
history
diff --git
a/src/fileio.c
b/src/fileio.c
index 47e5e46a00355ef7cadff6bea59c34f8c35393d3..66010b687831d5fcee16ad15404e5db10b1ba928 100644
(file)
--- a/
src/fileio.c
+++ b/
src/fileio.c
@@
-1384,7
+1384,6
@@
the root directory. */)
#else /* not DOS_NT */
target = SAFE_ALLOCA (tlen);
#endif /* not DOS_NT */
- *target = 0;
nbytes = 0;
if (newdir)